

.id-header {

    background: url("../images/bg01.jpg") top center;
    background-color: white;
}

.id-hy {
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    width: 1200px;
    margin: auto;
    font-size: 12px;
}

#localtime {
    float: left;
    color: #ff000c;
}

.id-link {
    float: right;
    font-size: 12px;
    color: #1e9805;
}

.id-link a {
    color: #1e9805;
    float: left;
    margin-left: 20px;
}

.id-link a:hover {
    color: #999999;
}

.id-logo {
    float: left;
}

.id-banner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: 200px;
}

.id-ss {
    overflow: hidden;
    float: right;
    margin-top: 90px;
}

.id-ss .box {
    float: left;
    background: url("../images/bg03.png");
    width: 340px;
    height: 40px;
}

.id-ss-text {
    float: left;
    height: 40px;
    line-height: 40px;
    border: 0;
    margin-left: 1px;
    text-indent: 14px;
    width: 282px;
    outline: none;
    background: none;
}

.id-ss-btn {
    float: right;
    width: 54px;
    background: none;
    cursor: pointer;
    height: 40px;
    border: 0;
}

.id-ss .gj {
    float: left;
    color: #0bb673;
    margin-left: 5px;
}

.id-nav {
    height: 72px;
    background: #00bc8e;
}

.id-nav-box {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1;
    height: 72px;
}

.id-nav-ul {
    float: left;
}

.id-nav-ul > ul > li {
    float: left;
}

.id-nav-ul > ul > li > a {
    display: block;
    width: 155px;
    line-height: 72px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.id-nav-ul > ul > li > a:hover {
    background: #03d6a2;
}

.id-nav-ej {
    display: none;
    position: absolute;
    background: url("../images/bg04.png");
    overflow: hidden;
    top: 72px;
    left: 0;
    width: 1200px;
}

.id-nav-ul > ul > li:hover .id-nav-ej {
    display: block;
}

.id-nav-ej ul {
    padding: 0 28px;
}

.id-nav-ej ul li {
    margin: 14px 33px;
    text-align: center;
    float: left;
}

.id-nav-ej ul li a {
    display: block;
    color: #343434;
    white-space: nowrap;
    font-size: 16px;
    line-height: 36px;
}

.id-nav-ej ul li a:hover {
    color: #00bc8e;
    font-weight: bold;
}

.id-nav-ej ul li a {
    font-size: 18px;
}

.id-nav-td {

    float: right;
    width: 110px;
    height: 72px;
    position: relative;
    z-index: 10;
}

.id-nav-td div {
    cursor: pointer;
    overflow: hidden;
    width: 110px;
    height: 72px;
    display: block;
}

.id-nav-td div i {
    background: url("../images/ico01.png");
    width: 28px;
    height: 18px;
    display: block;
    margin: 16px auto 0;
}

.id-nav-td div span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 36px;
}

.id-nav-td ul {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 110px;
    background: url("../images/ico03.png");
}

.id-nav-td:hover {
    background: url("../images/ico02.png");
}

.id-nav-td:hover ul {
    display: block;
}

.id-nav-td ul li a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 28px;
    height: 28px;
    text-align: center;
}

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 430px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 430px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 430px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 0;
    height: 8px;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 33px;
    height: 8px;
    margin: 0 7px;
    background: url(../images/tg_flash_p.png);
    overflow: hidden;
    line-height: 9999px;
}

.fullSlide .hd ul .on {
    background: url(../images/tg_flash_p.png) -33px 0;
}

/*banner*/